path
A System.String representing the resource to locate at the server. This is usually the image name to locate.
requestFields
A Leadtools.Jpip.RequestFields object which contains the JPIP fields.
postedData
An array of System.Byte that contains data to send in the request body.
addDatabinCallback
A delegate of type AddDatabinCallback to be called whenever a new data-bin is read.
callBack
A System.Delegate to call when this method is completed and a response is received from the server.
state
An System.Object that contains state information for this request.
An System.IAsyncResult that references the asynchronous request.
To use this method, create a callback method that implements the AsyncCallback delegate and pass its name to the BeginGetJpipResponse method.
The callback method should invoke the EndGetJpipResponse method.
For an example, refer to JpipClient.